翻訳と辞書
Words near each other
・ PRR J28
・ PRR K4s
・ PRR K5
・ PRR L1s
・ PRR L2s
・ PRR L5
・ PRR L6
・ PRR locomotive classification
・ PRR M1
・ Proxy Husband
・ Proxy list
・ Proxy marriage
・ Proxy Mobile IPv6
・ Proxy murder
・ Proxy Networks, Inc.
Proxy pattern
・ Proxy re-encryption
・ Proxy server
・ Proxy statement
・ Proxy voting
・ Proxy war
・ Proxy-based estimating
・ Proxyfan
・ Proxymetacaine
・ Proxyon
・ Proxyphylline
・ Proxyshare
・ Proyart
・ Proyeccion a Nuevas Promesas (2010)
・ Proyeccion a Nuevas Promesas (2011)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Proxy pattern : ウィキペディア英語版
Proxy pattern

In computer programming, the proxy pattern is a software design pattern.
A ''proxy'', in its most general form, is a class functioning as an interface to something else. The proxy could interface to anything: a network connection, a large object in memory, a file, or some other resource that is expensive or impossible to duplicate. In short, a proxy is a wrapper or agent object that is being called by the client to access the real serving object behind the scenes.
Open source
== Possible Usage Scenarios ==
Remote Proxy – Represents an object locally which belongs to a different address space. Think of an ATM implementation, it will hold proxy objects for bank information that exists in the remote server.
Virtual Proxy – In place of a complex or heavy object, use a skeleton representation. When an underlying image is huge in size, just represent it using a virtual proxy object and on demand load the real object. You know that the real object is expensive in terms of instantiation and so without the real need we are not going to use the real object. Until the need arises we will use the virtual proxy.
Protection Proxy – Are you working on an MNC? If so, we might be well aware of the proxy server that provides us internet by restricting access to some sort of websites like public e-mail, social networking, data storage etc. The management feels that, it is better to block some content and provide only work related web pages. Proxy server does that job. This is a type of proxy design pattern.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Proxy pattern」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.